@charset "utf-8";
/*初始化样式*/
html {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  /*height: 100%;*/
  font-size: 14px;
  overflow-x: hidden;
}
body {
  padding: 0;
  /*height: 100%!important;*/
  margin: 0 auto;
  zoom: 1;
  font-size: 14px;
  line-height: 24px;
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
  color: #333;
  /*设置宽度*/
  width: 100%;
  background-color: #fff;
}
ul,
li,
form,
dl,
dt,
dd,
div {
  padding: 0;
  margin: 0;
}
.ul,
.ul li {
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
b,
strong {
  font-weight: bold;
}
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #414446;
  font-family: "Arial", "微软雅黑", "sans-serif", "宋体";
  -webkit-appearance: none;
}
input:focus {
  outline: none;
}
body.hide {
  overflow: hidden;
}
/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
}
/*强制去除textarea自带的样式*/
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
}
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
img {
  border: none;
  border: 0;
  vertical-align: top;
  max-width: 100%;
}
span {
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
a:link,
a:visited,
a:focus {
  outline: none;
  text-decoration: none;
  -moz-outline: none;
}
a:hover {
  text-decoration: none;
  color: #005ca4;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
.animate5s {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
}
.animate3s {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.animate6_1s {
  transition: transform 0.6s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1);
}
.animate6_2s {
  transition: transform 0.6s 0.2s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.animate6_3s {
  transition: transform 0.6s 0.4s cubic-bezier(0.25, 0, 0.5, 2), opacity 0.6s 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textovers {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.x-half {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.y-half {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.xy-half {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.o-hide {
  overflow: hidden;
}
.img-box {
  overflow: hidden;
}
.img-box img {
  display: block;
  transform: scale(1);
  transition: all 0.3s;
}
.imgh:hover .img-box img,
.img-box .imgh:hover img,
.img-box.imgh:hover img {
  transform: scale(1.08);
}
.vmd {
  display: inline-block;
  vertical-align: middle;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.i-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.jb-flex {
  justify-content: space-between;
}
.jc-flex {
  justify-content: center;
}
.ac-flex {
  align-items: center;
}
/*清楚浮动*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
/*初始化样式*/
.f-l {
  float: left;
  display: inline-block;
}
.f-r {
  float: right;
  display: inline-block;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1560px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-a {
  margin: 0 auto;
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap-full {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
a:hover {
  color: #015ba7;
}
.bg0 {
  background-color: #ffffff;
}
.bg1 {
  background-color: #f8f8f8;
}
.bg2 {
  background-color: #f6f6f6;
}
.bg3 {
  background-color: #f9f9f9;
}
.bg4 {
  background-color: #1e2b38;
}
.colr_main {
  color: #015ba7;
}
.colr_main2 {
  color: #0d4597;
}
.colrf {
  color: #fff;
}
.colr0 {
  color: #000;
}
.colr3 {
  color: #333;
}
.colr6 {
  color: #666;
}
.colr9 {
  color: #999;
}
.fill_colorA {
  fill: #FA5959;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a1a1a1;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1a1a1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1a1a1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1;
}
.input-color1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}
.input-color1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.input-color1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.input-color1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}
.input-color2::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555555;
}
.input-color2:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555555;
}
.input-color2::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
}
.input-color2:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555555;
}
.input-color3::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #b3b3b3;
}
.input-color3:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b3b3b3;
}
.input-color3::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b3b3b3;
}
.input-color3:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b3b3b3;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 4px;
  background-color: #dddddd;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #dddddd;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #015ba7;
}
/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
  border-radius: 4px;
  background-color: #015ba7;
}
[flex] {
  display: flex;
}
[flex][flex~="i"] {
  display: inline-flex;
}
[flex][flex~="wrap"] {
  flex-wrap: wrap;
}
[flex][flex~="no-wrap"] {
  flex-wrap: nowrap;
}
[flex][flex~="ja"] {
  justify-content: space-around;
}
[flex][flex~="jb"] {
  justify-content: space-between;
}
[flex][flex~="jc"] {
  justify-content: center;
}
[flex][flex~="as"] {
  align-items: flex-start;
}
[flex][flex~="ac"] {
  align-items: center;
}
[flex][flex~="ae"] {
  align-items: flex-end;
}
.lw-w-1 {
  width: 8.33333333%;
}
.lw-w-2 {
  width: 16.66666667%;
}
.lw-w-3 {
  width: 25%;
}
.lw-w-4 {
  width: 33.33333333%;
}
.lw-w-5 {
  width: 41.66666667%;
}
.lw-w-6 {
  width: 50%;
}
.lw-w-7 {
  width: 58.33333333%;
}
.lw-w-8 {
  width: 66.66666667%;
}
.lw-w-9 {
  width: 75%;
}
.lw-w-10 {
  width: 83.33333333%;
}
.lw-w-11 {
  width: 91.66666667%;
}
.lw-w-12 {
  width: 100%;
}
.lw-5w {
  width: 20%;
}
@media (max-width: 1200px) {
  .lw-xw-1 {
    width: 8.33333333%;
  }
  .lw-xw-2 {
    width: 16.66666667%;
  }
  .lw-xw-3 {
    width: 25%;
  }
  .lw-xw-4 {
    width: 33.33333333%;
  }
  .lw-xw-5 {
    width: 41.66666667%;
  }
  .lw-xw-6 {
    width: 50%;
  }
  .lw-xw-7 {
    width: 58.33333333%;
  }
  .lw-xw-8 {
    width: 66.66666667%;
  }
  .lw-xw-9 {
    width: 75%;
  }
  .lw-xw-10 {
    width: 83.33333333%;
  }
  .lw-xw-11 {
    width: 91.66666667%;
  }
  .lw-xw-12 {
    width: 100%;
  }
  .lw-5xw {
    width: 20%;
  }
}
@media (max-width: 1023px) {
  .lw-mw-1 {
    width: 8.33333333%;
  }
  .lw-mw-2 {
    width: 16.66666667%;
  }
  .lw-mw-3 {
    width: 25%;
  }
  .lw-mw-4 {
    width: 33.33333333%;
  }
  .lw-mw-5 {
    width: 41.66666667%;
  }
  .lw-mw-6 {
    width: 50%;
  }
  .lw-mw-7 {
    width: 58.33333333%;
  }
  .lw-mw-8 {
    width: 66.66666667%;
  }
  .lw-mw-9 {
    width: 75%;
  }
  .lw-mw-10 {
    width: 83.33333333%;
  }
  .lw-mw-11 {
    width: 91.66666667%;
  }
  .lw-mw-12 {
    width: 100%;
  }
  .lw-5mw {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .lw-sw-1 {
    width: 8.33333333%;
  }
  .lw-sw-2 {
    width: 16.66666667%;
  }
  .lw-sw-3 {
    width: 25%;
  }
  .lw-sw-4 {
    width: 33.33333333%;
  }
  .lw-sw-5 {
    width: 41.66666667%;
  }
  .lw-sw-6 {
    width: 50%;
  }
  .lw-sw-7 {
    width: 58.33333333%;
  }
  .lw-sw-8 {
    width: 66.66666667%;
  }
  .lw-sw-9 {
    width: 75%;
  }
  .lw-sw-10 {
    width: 83.33333333%;
  }
  .lw-sw-11 {
    width: 91.66666667%;
  }
  .lw-sw-12 {
    width: 100%;
  }
  .lw-5sw {
    width: 20%;
  }
}
.mb-fot {
  margin-bottom: 35px;
}
.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
.imgh:hover img {
  transform: scale(1.02);
}
/**动画**/
*[data-animation] {
  opacity: 0;
}
.animated {
  opacity: 1;
}
/***日期***/
.layui-laydate .layui-laydate-hint {
  display: none!important;
}
.auto-title {
  display: flex;
  justify-content: space-between;
}
.auto-title .auto-title-text {
  display: inline-block;
  position: relative;
  padding-left: 13px;
  font-size: 22px;
  line-height: 1em;
  color: #1a1a1a;
}
.auto-title .auto-title-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #015ba7;
}
.auto-title .auto-title-text-des {
  display: inline-block;
  margin-left: 22px;
  font-size: 14px;
  color: #b3b3b3;
}
.auto-title .more {
  font-size: 16px;
  line-height: 1.2em;
  color: #666666;
}
.auto-title .more:hover {
  color: #015ba7;
}
.auto-title-a .auto-title-text {
  display: block;
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  line-height: 1.4em;
  color: #333333;
}
.auto-title-a .auto-title-text::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #015ba7;
}
.auto-title-b {
  padding: 40px 0 10px;
}
.auto-title-b .auto-title-text {
  margin-bottom: 13px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4em;
  color: #015ba7;
}
.auto-title-b .auto-title-des {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1200px) {
  .auto-title .auto-title-text {
    font-size: 20px;
  }
  .auto-title .auto-title-text-des {
    margin-left: 15px;
  }
  .auto-title-b {
    padding: 25px 0 0px;
  }
  .auto-title-b .auto-title-text {
    margin-bottom: 0.2em;
    font-size: 26px;
  }
  .auto-title-b .auto-title-des {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .auto-title .auto-title-text {
    font-size: 18px;
  }
  .auto-title .auto-title-text-des {
    margin-left: 5px;
  }
  .auto-title-b {
    padding: 35px 0 25px;
  }
  .auto-title-b .auto-title-text {
    font-size: 20px;
  }
  .auto-title-b .auto-title-des {
    font-size: 16px;
  }
}

.cyabout-box{ padding:30px 0 30px; background: url(../images/aboutbj.jpg);}

.cyabout-box .text .tit{padding:0px 0 20px; font-weight: bold; font-size: 30px; color: #204885;}
.cyabout-box .text .tit :before{ content: ""; position:absolute; left:50%;margin-left: -30px; top:0px; background-size: cover; width:60px; height:3px;background: #204885;}
.cyabout-box .text .tit .cn{line-height:35px; font-size: 26px;}
.cyabout-box .text .tit .en{ position:relative;line-height:35px; font-size: 26px;padding-top:10px;font-weight:bold;display: inline-block;color: #333;}

.cyabout-box .text .des{ margin-top: 24px; font-size: 16px; line-height: 36px; text-align: justify;margin-bottom:30px;}
.cyabout-box .text .des img{max-width: 100%;}
/**视频弹框**/
.TankVideoBox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
}
.TankVideoBox .VideoBox .exit {
  position: absolute;
  right: -15px;
  top: -15px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #fff url(../images/exit.png) no-repeat center / 40%;
  z-index: 5;
}
.TankVideoBox .VideoBox {
  position: absolute;
  left: 50%;
  top: 50%;
}
.TankVideoBox .VideoBox video {
  border: 7px solid #fff;
  display: block;
  width: auto;
  max-width: 94vw;
  max-height: 96vh;
  border-radius: 4px;
}
/***箭头***/
.jt-a {
  position: relative;
}
.jt-a::before,
.jt-a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -2px;
  width: 8px;
  height: 2px;
  background: rgba(51, 51, 51, 0.6);
}
.jt-a::before {
  transform: translate(-2.5px, 0) rotate(45deg);
}
.jt-a::after {
  transform: translate(2.5px, 0) rotate(-45deg);
}
.jt-b {
  position: relative;
}
.jt-b::before,
.jt-b::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -2px;
  width: 10px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}
.jt-b::before {
  transform: translate(-3.5px, 0) rotate(45deg);
}
.jt-b::after {
  transform: translate(3.5px, 0) rotate(-45deg);
}
.jt-b-on.on .jt-b::before {
  transform: translate(-3.5px, 0) rotate(-45deg);
}
.jt-b-on.on .jt-b::after {
  transform: translate(3.5px, 0) rotate(45deg);
}
.jt-c {
  position: relative;
  width: 6px;
  height: 9px;
}
.jt-c::before,
.jt-c::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -3.5px;
  border-radius: 1px;
  width: 2px;
  height: 7px;
  background: #999999;
  transition: all 0.3s;
}
.jt-c::before {
  transform: translate(0, 2px) rotate(45deg);
}
.jt-c::after {
  transform: translate(0, -2px) rotate(-45deg);
}
.jt-c-hover:hover .jt-c::before,
.jt-c-on.on .jt-c::before,
.jt-c-hover:hover .jt-c::after,
.jt-c-on.on .jt-c::after {
  background: #005ca4;
}
.jt-d {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 16px;
}
.jt-d::before,
.jt-d::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -6px;
  border-radius: 1px;
  width: 2px;
  height: 12px;
  background: #afafaf;
  transition: all 0.3s;
}
.jt-d.left::before {
  transform: translate(0, 3.5px) rotate(-45deg);
}
.jt-d.left::after {
  transform: translate(0, -3.5px) rotate(45deg);
}
.jt-d.right::before {
  transform: translate(0, 3.5px) rotate(45deg);
}
.jt-d.right::after {
  transform: translate(0, -3.5px) rotate(-45deg);
}
.jt-d-hover:hover::before,
.jt-d-on.on::before,
.jt-d-hover:hover .jt-d::before,
.jt-d-on.on .jt-d::before,
.jt-d-hover:hover::after,
.jt-d-on.on::after,
.jt-d-hover:hover .jt-d::after,
.jt-d-on.on .jt-d::after {
  background: #005ca4;
}
.jt-e {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 16px;
}
.jt-e::before,
.jt-e::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -5px;
  border-radius: 1px;
  width: 2px;
  height: 10px;
  background: #afafaf;
  transition: all 0.3s;
}
.jt-e.left::before {
  transform: translate(0, 3px) rotate(-45deg);
}
.jt-e.left::after {
  transform: translate(0, -3px) rotate(45deg);
}
.jt-e.right::before {
  transform: translate(0, 3px) rotate(45deg);
}
.jt-e.right::after {
  transform: translate(0, -3px) rotate(-45deg);
}
.jt-e-hover:hover::before,
.jt-e-on.on::before,
.jt-e-hover:hover .jt-e::before,
.jt-e-on.on .jt-e::before,
.jt-e-hover:hover::after,
.jt-e-on.on::after,
.jt-e-hover:hover .jt-e::after,
.jt-e-on.on .jt-e::after {
  background: #005ca4;
}
.jt-f {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 10px;
}
.jt-f::before,
.jt-f::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  width: 12px;
  height: 3px;
  background: #ffffff;
  transition: all 0.3s;
}
.jt-f.up::before,
.jt-f.up::after {
  margin-top: -2px;
}
.jt-f.up::before {
  transform: translate(-3.5px, 0) rotate(-45deg);
}
.jt-f.up::after {
  transform: translate(3.5px, 0) rotate(45deg);
}
.jt-f.down::before,
.jt-f.down::after {
  margin-top: 0px;
}
.jt-f.down::before {
  transform: translate(-3.5px, 0) rotate(45deg);
}
.jt-f.down::after {
  transform: translate(3.5px, 0) rotate(-45deg);
}
.jt-g {
  display: inline-block;
  position: relative;
  width: 19px;
  height: 13px;
}
.jt-g::before,
.jt-g::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -3px;
  width: 14px;
  height: 4px;
  background: #bfbfbf;
  transition: all 0.3s;
}
.jt-g::before {
  transform: translate(-4px, 0) rotate(45deg);
}
.jt-g::after {
  transform: translate(4px, 0) rotate(-45deg);
}
.jt-g-hover:hover::before,
.jt-g-on.on::before,
.jt-g-hover:hover .jt-g::before,
.jt-g-on.on .jt-g::before,
.jt-g-hover:hover::after,
.jt-g-on.on::after,
.jt-g-hover:hover .jt-g::after,
.jt-g-on.on .jt-g::after {
  background: #015ba7;
}
.jt-g-on.on::before,
.jt-g-on.on .jt-g::before {
  transform: translate(-4px, 0) rotate(-45deg);
}
.jt-g-on.on::after,
.jt-g-on.on .jt-g::after {
  transform: translate(4px, 0) rotate(45deg);
}
.jt-h {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 16px;
}
.jt-h::before,
.jt-h::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5px;
  margin-top: -6px;
  border-radius: 1px;
  width: 1px;
  height: 12px;
  background: #afafaf;
  transition: all 0.3s;
}
.jt-h.left::before {
  transform: translate(0, 4px) rotate(-45deg);
}
.jt-h.left::after {
  transform: translate(0, -4px) rotate(45deg);
}
.jt-h.right::before {
  transform: translate(0, 4px) rotate(45deg);
}
.jt-h.right::after {
  transform: translate(0, -4px) rotate(-45deg);
}
.jt-h-hover:hover::before,
.jt-h-on.on::before,
.jt-h-hover:hover .jt-h::before,
.jt-h-on.on .jt-h::before,
.jt-h-hover:hover::after,
.jt-h-on.on::after,
.jt-h-hover:hover .jt-h::after,
.jt-h-on.on .jt-h::after {
  background: #005ca4;
}
.jt-i {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 14px;
}
.jt-i::before,
.jt-i::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -6px;
  border-radius: 1.5px;
  width: 3px;
  height: 12px;
  background: #afafaf;
  transition: all 0.3s;
}
.jt-i.left::before {
  transform: translate(0, 3.5px) rotate(-45deg);
}
.jt-i.left::after {
  transform: translate(0, -3.5px) rotate(45deg);
}
.jt-i.right::before {
  transform: translate(0, 3px) rotate(45deg);
}
.jt-i.right::after {
  transform: translate(0, -3px) rotate(-45deg);
}
.jt-i-hover:hover::before,
.jt-i-on.on::before,
.jt-i-hover:hover .jt-i::before,
.jt-i-on.on .jt-i::before,
.jt-i-hover:hover::after,
.jt-i-on.on::after,
.jt-i-hover:hover .jt-i::after,
.jt-i-on.on .jt-i::after {
  background: #005ca4;
}
.jt-j {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 26px;
}
.jt-j::before,
.jt-j::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -6px;
  border-radius: 1.5px;
  width: 3px;
  height: 20px;
  background: #afafaf;
  transition: all 0.3s;
}
.jt-j.left::before {
  transform: translate(0, 6.5px) rotate(-45deg);
}
.jt-j.left::after {
  transform: translate(0, -6.5px) rotate(45deg);
}
.jt-j.right::before {
  transform: translate(0, 6.5px) rotate(45deg);
}
.jt-j.right::after {
  transform: translate(0, -6.5px) rotate(-45deg);
}
.jt-j-hover:hover::before,
.jt-j-on.on::before,
.jt-j-hover:hover .jt-j::before,
.jt-j-on.on .jt-j::before,
.jt-j-hover:hover::after,
.jt-j-on.on::after,
.jt-j-hover:hover .jt-j::after,
.jt-j-on.on .jt-j::after {
  background: #005ca4;
}
/**表单**/
.form-type-a {
  display: flex;
  border: 1px solid #e5e5e5;
}
.form-type-a .key {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 40px;
  color: #666;
}
.form-type-a .submit {
  flex-shrink: 0;
  width: 40px;
  background: url(../images/icon3.png) no-repeat center;
  cursor: pointer;
  transition: all 0.3s;
}
.form-type-a .submit:hover {
  background-color: #f1f1f1;
}
/**头部导航**/
#header {
  position: sticky;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  background: #fff;
  transition: all 0.3s ease-in;
}
#header .logo {
  display: flex;
  height: 100px;
  align-items: center;
}
#header .logo img {
  width: auto;
  height: 75px;
}
#header .logo .title {
  margin-left: 15px;
  font-size: 22px;
  line-height: 1.4em;
  color: #005ca4;
}
#header .menu {
  display: inline-block;
  vertical-align: middle;
}
#header .menu .menu-box {
  display: flex;
}
#header .menu .menu-title {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  line-height: 38px;
  color: #333333;
}
#header .other {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  align-items: center;
}
#header .other .phone-menu {
  display: none;
}
#header .other .search {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
  margin: 0 15px;
  background: url(../images/icon3.png) no-repeat center;
  cursor: pointer;
}
#header .other .languageBox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .other .languageBox .word {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  color: rgba(51, 51, 51, 0.6);
}
#header .other .languageBox .jt-a {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  margin-left: 6px;
}
#header .other .languageBox:hover .lib {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
}
#header .other .languageBox .lib {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -5px;
  transform: translateX(-50%);
  text-align: center;
  border: 1px solid #eee;
  white-space: nowrap;
  opacity: 0;
  background: #fff;
  pointer-events: none;
  transition: opacity 0.3s, margin 0.3s;
}
#header .other .languageBox .lib .a {
  display: block;
  padding: 2px 15px;
  background: transparent;
}
#header .other .languageBox .lib .a:hover {
  background: #f5f5f5;
}
.head-form {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
}
.head-form .form-box {
  display: flex;
  width: 100%;
  padding: 45px 40px;
}
.head-form .form {
  display: flex;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #005ca4;
  border-radius: 4px;
  width: 1200px;
  max-width: 100%;
  font-size: 0;
  background: #ffffff;
}
.head-form .form .key {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 52px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.head-form .form .key:focus {
  border-color: #fff;
}
.head-form .form .key:placholder-show {
  color: #C4CBD4;
}
.head-form .form .submit {
  display: inline-flex;
  flex-shrink: 0;
  border-radius: 4px;
  height: 100%;
  width: 50px;
  padding: 0;
  background: #f1f1f1 url(../images/icon3_1.png) no-repeat center / 60%;
  cursor: pointer;
}
.head-form .form .submit:hover {
  background-color: #dedede;
}
.head-form .exit {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0 none;
  cursor: pointer;
}
.search-show .head-form {
  pointer-events: auto;
  opacity: 1;
  margin-top: 1px;
  z-index: 9999;
}
@media only screen and (min-width: 1201px) {
  #header .menu .menu-box {
    position: relative;
    margin: 0 auto;
    width: auto;
  }
  #header .menu .menu-title {
    position: relative;
    line-height: 100px;
  }
  #header .menu .menu-title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #005ca4;
    transition: all 0.3s;
  }
  #header .menu .pc-hide {
    display: none!important;
  }
  #header .menu-son {
    position: relative;
    margin: 0 8px;
  }
  #header .menu-son.on .menu-title,
  #header .menu-son:hover .menu-title {
    color: #005ca4;
  }
  #header .menu-son.on .menu-title::after,
  #header .menu-son:hover .menu-title::after {
    left: 0;
    width: 100%;
  }
  #header .menu-son .menu-lib-btn {
    display: none;
  }
  #header .menu-son:hover .lib-box {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
  }
  #header .lib-box {
    position: absolute;
    top: 100%;
    left: -12px;
    min-width:120px;
    padding: 10px 0px;
    margin-top: -10px;
    opacity: 0;
    text-align: center;
    white-space: nowrap;z-index: 9999;
    pointer-events: none;
    transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out;background: #fff;
  }

  #header .menu-lib-title {
    display: block;
  }
  #header .menu-lib-title .a {
    display: block;
    position: relative;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 1.4em;
    color: #333;
  }
  #header .menu-lib-title .a:hover {
    color: #005ca4;
  }
  #header .other .search {
    margin: 0 20px 0 10px;
  }
  .SmallHeader #header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 1390px) {
  #header .menu-son {
    margin: 0 10px;
  }
}
@media only screen and (min-width: 1500px) {
  #header .menu .menu-son {
    margin-left: 17px;
    margin-right: 17px;
  }
  #header .other .search {
    margin: 0 30px 0 20px;
  }
}
@media (max-width: 1200px) {
  #header .logo {
    height: 70px;
  }
  #header .logo img {
    height: 46px;
  }
  #header .logo .title {
    font-size: 14px;
  }
  #header .menu {
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    flex-flow: column;
    top: 70px;
    left: 0;
    height: calc(100% - 70px);
    width: 100%;
    background: #015ba7;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transform: scale(0.99) translateY(5%);
    transition: transform 0.2s ease-in-out, opacity 0.3s;
  }
  #header .menu .menu-box {
    flex-wrap: wrap;
  }
  #header .menu .menu-son {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  #header .menu .menu-son .menu-title {
    display: flex;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: auto;
    width: 100%;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #fff;
  }
  #header .menu .menu-son .menu-title .menu-title-span {
    display: inline-flex;
    padding: 7px 0;
  }
  #header .menu .menu-son .menu-title .icon {
    width: 30px;
    height: 100%;
  }
  #header .menu .menu-lib {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    padding: 7px 0;z-index:999;
  }
  #header .menu .menu-lib .menu-lib-title {
    display: block;
    width: 100%;
  }
  #header .menu .menu-lib .menu-lib-title .a {
    display: block;
    padding: 5px 25px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
  #header .other {
    display: flex;
  }
  #header .other .search {
    background: url(../images/icon3_1.png) no-repeat center / 96%;
  }
  #header .other .languageBox {
    display: none;
  }
  #header .other .phone-menu {
    display: inline-flex;
    order: 2;
    margin-left: 10px;
    flex-wrap: wrap;
    width: 28px;
  }
  #header .other .phone-menu::before,
  #header .other .phone-menu::after {
    content: "";
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 3px;
    background: #005ca4;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.3s;
  }
  #header .other .phone-menu .phone-menu-icon {
    margin: 7px 0;
    width: 100%;
    height: 3px;
    background: #005ca4;
    opacity: 1;
    transform: rotate(0);
    transition: all 0.3s;
  }
  .head-form .form-box {
    padding: 35px 25px;
  }
  .menu-show #header .menu {
    pointer-events: auto;
    z-index: 999;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  .menu-show #header .other .phone-menu::before {
    top: 10px;
    transform: rotate(45deg);
  }
  .menu-show #header .other .phone-menu::after {
    top: -10px;
    transform: rotate(-45deg);
  }
  .menu-show #header .other .phone-menu .phone-menu-icon {
    opacity: 0;
  }
}
@media (max-width: 992px) {
  #header {
    position: sticky;
    top: 0;
    background: #ffffff;
  }
  .SmallHeader #header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  #header .logo .title {
    display: none;
  }
  #header .other .phone-menu {
    width: 24px;
  }
  #header .other .phone-menu .phone-menu-icon {
    margin: 5px 0;
  }
  .menu-show #header .other .phone-menu::before {
    top: 8px;
  }
  .menu-show #header .other .phone-menu::after {
    top: -8px;
  }
  .head-form .form-box {
    padding: 25px 15px;
  }
  .head-form .form .key {
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
  }
}
/**侧边悬浮**/
/***底部***/
.infooter {margin:0px;width: 100%;display: flex; align-items:flex-start; justify-content: space-between; -webkit-justify-content: space-between; padding:20px 0;background:#103875;color: #fff;}
.infooter .left{ width:80%; max-width:1200px; padding-top: 20px;float: left;}
.infooter .left .font-add{border-bottom: solid 1px #2f5593;padding-bottom:10px;margin-bottom:20px;}
.infooter .left .font-add h2{padding: 0px;margin: 0; display: inline-block; font-size: 16px; line-height:30px; color: #fff;display:block;}
.infooter .left .font-add h3{padding: 0px;margin: 0;display: inline-block; font-size:25px; line-height:36px; color: #fff;display:block;}

.infooter .erweima{float: right;width: 20%; margin-top:40px;text-align: center; color: #FFFFFF;}
.infooter .erweima img{ margin-bottom: 14px;width:160px;}
.infooter .erweima p:nth-child(2){ margin-bottom: 40px;}
.infooter a{color: #fff;}

.footer {
  position: relative;
  margin-top: -35px;
  z-index: 1;
  padding: 130px 0 110px;
  background: url(../images/fot_back.png) no-repeat top center / cover;
  color: #ffffff;
}
.footer .wrap {
  max-width: 1375px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #cccccc;
}
.footer .logo {
  margin-bottom: 90px;
  text-align: center;
}
.footer .ul {
  text-align: center;
}
.footer .ul li {
  display: inline-block;
  margin: 0 50px;
  vertical-align: middle;
}
.footer .ul .li-title {
  font-size: 16px;
  line-height: 1.4em;
}
.footer .fot-contact {
  margin: 65px 0 85px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  background: rgba(0, 0, 0, 0.06);
}
.footer .fot-contact .fot-contact-wid {
  display: inline-flex;
  width: 30%;
  padding: 0 1.6%;
  vertical-align: top;
  align-items: flex-start;
  text-align: left;
  font-size: 18px;
  line-height: 1.4em;
  color: #ffffff;
}
.footer .fot-contact .fot-contact-wid .fot-contact-icon {
  flex-shrink: 0;
  margin-right: 30px;
}
.footer .fot-contact .fot-contact-wid .fot-contact-title {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.footer .copy {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .copy a {
  color: rgba(255, 255, 255, 0.6);
}
.footer .copy a:hover {
  color: #ffffff;
}
.footer .copy .support {
  margin-left: 27px;
}
.footer .fot-share .share-a {
  display: inline-block;
  position: relative;
  border: 1px solid rgba(238, 238, 238, 0.3);
  border-radius: 50%;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  background: transparent no-repeat center;
}
.footer .fot-share .share-a:hover {
  border-color: #005ca4;
  background-color: #005ca4;
}
.footer .fot-share .share-a:hover .creat-codeBox {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.footer .fot-share .wechat {
  background-image: url(../images/share_icon1_1.png);
}
.footer .fot-share .sina {
  margin: 0 10px;
  background-image: url(../images/share_icon1_2.png);
}
.footer .fot-share .qq {
  background-image: url(../images/share_icon1_3.png);
}
.footer .fot-share .creat-codeBox {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: -10px;
  width: 100px;
  padding: 6px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: margin 0.3s, opacity 0.3s;
}
@media (max-width: 1200px) {
  .footer {
    background-size: cover;
    padding: 70px 0 30px;
  }
  .footer .logo {
    margin-bottom: 25px;
  }
  .footer .ul li {
    margin: 0 15px;
  }
  .footer .fot-contact {
    margin: 25px 0;
    padding: 20px 0;
    text-align: center;
  }
  .footer .fot-contact .fot-contact-wid {
    font-size: 15px;
  }
  .footer .fot-contact .fot-contact-wid .fot-contact-icon {
    margin-right: 20px;
    height: 36px;
  }
  .footer .fot-contact .fot-contact-wid .fot-contact-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 50px 0 20px;
  }
  .footer::before {
    top: -3px;
    height: 28px;
  }
  .footer .logo {
    margin-bottom: 0;
  }
  .footer .ul {
    display: none;
  }
  .footer .fot-contact {
    margin: 20px 0;
    padding: 20px 0;
  }
  .footer .fot-contact .fot-contact-wid {
    margin: 10px 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
  }
  .footer .fot-contact .fot-contact-wid .fot-contact-icon {
    margin-right: 0;
    margin-bottom: 10px;
    height: 26px;
  }
  .footer .fot-contact .fot-contact-wid .fot-contact-cont {
    width: 100%;
    text-align: center;
  }
  .footer .fot-contact .fot-contact-wid .fot-contact-title {
    margin-bottom: 2px;
  }
  .footer .copy {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .copy .word {
    width: 100%;
  }
  .footer .copy .support {
    display: block;
    margin-left: 0;
  }
  .footer .copy .fot-share {
    width: 100%;
    padding-top: 5px;
  }
  .footer .copy .fot-share .share-a {
    margin: 0 5px;
  }
}
/***详情页分享***/
.share-box-a {
  font-size: 0;
}
.share-box-a .a {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  background: #c0c0c0 no-repeat center / contain;
  transform: translateY(0);
  transition: all 0.3s;
}
.share-box-a .a + .a {
  margin-left: 7px;
}
.share-box-a .a:hover {
  background-color: #015ba7;
}
.share-box-a .a:hover .code-img {
  margin-bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
.share-box-a .qq {
  background-image: url(../images/icon12_1.png);
}
.share-box-a .sina {
  background-image: url(../images/icon12_2.png);
}
.share-box-a .wechat {
  background-image: url(../images/icon12_3.png);
}
.share-box-a .code-img {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -50px;
  margin-bottom: -10px;
  width: 100px;
  padding: 6px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  transition: margin 0.3s, opacity 0.3s;
}
@media (max-width: 768px) {
  .share-box-a .a {
    width: 30px;
    height: 30px;
  }
}
/***通用banner***/
.auto-banner-a {
  position: relative;
}
.auto-banner-a img {
  display: block;
}
.auto-banner-a .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
}
.auto-banner-a .cont .h1 {
  margin-bottom: 0.4em;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;text-transform:uppercase;
}
.auto-banner-a .cont .descript {
  font-size: 30px;
  line-height: 1.4em;
}
@media (max-width: 1200px) {
  .auto-banner-a .cont .h1 {
    font-size: 18px;
  }
  .auto-banner-a .cont .descript {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .auto-banner-a .cont .h1 {
    font-size: 16px;
  }
  .auto-banner-a .cont .descript {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .auto-banner-a img {
    display: block;
    height: 50vw;
    object-fit: cover;
  }
  .auto-banner-a .cont .h1 {
    font-size: 15px;
  }
  .auto-banner-a .cont .descript {
    font-size: 20px;
  }
}
/***二级菜单***/
.sec-menu {
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.05);
}
.sec-menu .sec-box {
  display: flex;
  justify-content: center;
}
.sec-menu .sec-box a {
  display: flex;
  position: relative;
  margin: 0 50px;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
}
.sec-menu .sec-box a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #015ba7;
  transition: all 0.3s;
}
.sec-menu .sec-box a:hover,
.sec-menu .sec-box a.on {
  color: #015ba7;
}
.sec-menu .sec-box a:hover::after,
.sec-menu .sec-box a.on::after {
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .sec-menu .sec-box a {
    margin: 0 30px;
    height: 70px;
  }
}
@media (max-width: 992px) {
  .sec-menu .sec-box {
    flex-wrap: wrap;
  }
  .sec-menu .sec-box a {
    border-bottom: 1px solid #f1f1f1;
    width: 33.33%;
    margin: 0;
    height: 54px;
    font-size: 15px;
  }
}
/***分页***/
.page-btns {
  padding: 45px 0;
  text-align: center;
  font-size: 16px;
}
.page-btns .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px;
  border-radius: 4px;
  min-width: 50px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  color: #666666;
  background-color: #f1f1f1;
}
.page-btns .btn.on,
.page-btns .btn:hover {
  background-color: #dedede;
}
.page-btns .nums {
  display: inline-block;
  margin: 0 20px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .page-btns {
    padding: 35px 0;
  }
  .page-btns .nums {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .page-btns {
    padding: 25px 0 30px;
  }
  .page-btns .btn {
    height: 36px;
    min-width: 36px;
    line-height: 36px;
  }
  .page-btns .nums {
    margin: 0 5px;
  }
}
/***面包屑地址***/
.web-map {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #676767;
}
.web-map .a {
  display: inline-block;
  vertical-align: middle;
  color: #676767;
}
.web-map a.a:hover {
  color: #045da8;
}
.web-map .home {
  padding-left: 25px;
  background: url(../images/icon11.png) no-repeat left 40%;
}
.web-map .jt {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
@media (max-width: 1200px) {
  .web-map {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .web-map .home {
    padding-left: 20px;
  }
  .web-map .jt {
    margin: 0 2px;
  }
}
